Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.webengine.sites.ecm.types--types

This contribution is part of XML component org.nuxeo.ecm.webengine.sites.ecm.types inside nuxeo-webengine-sites-6.0.jar

Extension Point

Extension point types of component LifeCycleService.

Contributed Items

  • <types>
          <type name="WebSite">default</type>
          <type name="WebPage">default</type>
          <type name="ContextualLink">default</type>
        </types>

XML Source

<extension point="types" target="org.nuxeo.ecm.core.lifecycle.LifeCycleService">
    <types>
      <type name="WebSite">default</type>
      <type name="WebPage">default</type>
      <type name="ContextualLink">default</type>
    </types>
  </extension>